GtkIconTheme Don't leak pixbuf in symbolic icon cache
authorAlexander Larsson <alexl@redhat.com>
Thu, 14 Feb 2013 13:58:02 +0000 (14:58 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 14 Feb 2013 21:10:15 +0000 (22:10 +0100)
commit23d5c41603b8a6277253261a210b87334d62748f
tree7940b77c6b63bda7d2d797a0b5455cbd4adb1d1a
parent7690846c3f18ff94c4d1213f722cab102cd7506a
GtkIconTheme Don't leak pixbuf in symbolic icon cache

We need to unref the pixbuf we just put in the cache, because
symbolic_pixbuf_cache_new takes a ref.

https://bugzilla.gnome.org/show_bug.cgi?id=693802
gtk/gtkicontheme.c